﻿2026-06-13T10:36:06.7475171Z ##[group]Run actions/checkout@v5
2026-06-13T10:36:06.7476076Z with:
2026-06-13T10:36:06.7476526Z   repository: SaberMage/spt-core
2026-06-13T10:36:06.7480451Z   token: ***
2026-06-13T10:36:06.7480880Z   ssh-strict: true
2026-06-13T10:36:06.7481294Z   ssh-user: git
2026-06-13T10:36:06.7481722Z   persist-credentials: true
2026-06-13T10:36:06.7482188Z   clean: true
2026-06-13T10:36:06.7482599Z   sparse-checkout-cone-mode: true
2026-06-13T10:36:06.7483103Z   fetch-depth: 1
2026-06-13T10:36:06.7483505Z   fetch-tags: false
2026-06-13T10:36:06.7483920Z   show-progress: true
2026-06-13T10:36:06.7484351Z   lfs: false
2026-06-13T10:36:06.7484747Z   submodules: false
2026-06-13T10:36:06.7485205Z   set-safe-directory: true
2026-06-13T10:36:06.7485896Z ##[endgroup]
2026-06-13T10:36:06.8496630Z Syncing repository: SaberMage/spt-core
2026-06-13T10:36:06.8498289Z ##[group]Getting Git version info
2026-06-13T10:36:06.8499195Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-13T10:36:06.8500274Z [command]/usr/bin/git version
2026-06-13T10:36:06.8521789Z git version 2.43.0
2026-06-13T10:36:06.8538784Z ##[endgroup]
2026-06-13T10:36:06.8549836Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/c8afcd92-fe21-427c-9036-7111a84ee2aa' before making global git config changes
2026-06-13T10:36:06.8551079Z Adding repository directory to the temporary git global config as a safe directory
2026-06-13T10:36:06.8552842Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-13T10:36:06.8584005Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-13T10:36:06.8601931Z https://github.com/SaberMage/spt-core
2026-06-13T10:36:06.8611924Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-13T10:36:06.8614159Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-13T10:36:06.8640855Z HEAD
2026-06-13T10:36:06.8671048Z ##[endgroup]
2026-06-13T10:36:06.8671696Z [command]/usr/bin/git submodule status
2026-06-13T10:36:06.8850792Z ##[group]Cleaning the repository
2026-06-13T10:36:06.8852758Z [command]/usr/bin/git clean -ffdx
2026-06-13T10:36:09.9990323Z Removing .adapter-notify/
2026-06-13T10:36:09.9991138Z Removing target/
2026-06-13T10:36:10.0003963Z [command]/usr/bin/git reset --hard HEAD
2026-06-13T10:36:10.0329818Z HEAD is now at 6b98561 Merge 77e0fb1bc77f8f2f500c9bdadcd65e158b5d4c11 into b189513c697e4305452b836bcdc14ce1b573c7b4
2026-06-13T10:36:10.0335500Z ##[endgroup]
2026-06-13T10:36:10.0338403Z ##[group]Disabling automatic garbage collection
2026-06-13T10:36:10.0342220Z [command]/usr/bin/git config --local gc.auto 0
2026-06-13T10:36:10.0370150Z ##[endgroup]
2026-06-13T10:36:10.0370662Z ##[group]Setting up auth
2026-06-13T10:36:10.0376152Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-13T10:36:10.0406925Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-13T10:36:10.0618065Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-13T10:36:10.0653585Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-13T10:36:10.0851366Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-13T10:36:10.0877880Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-13T10:36:10.1066025Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-13T10:36:10.1098167Z ##[endgroup]
2026-06-13T10:36:10.1098626Z ##[group]Fetching the repository
2026-06-13T10:36:10.1106368Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +6b98561f05ce91955413fa74b34fd72d1fc225f1:refs/remotes/pull/8/merge
2026-06-13T10:36:10.5783642Z ##[endgroup]
2026-06-13T10:36:10.5784227Z ##[group]Determining the checkout info
2026-06-13T10:36:10.5784987Z ##[endgroup]
2026-06-13T10:36:10.5789846Z [command]/usr/bin/git sparse-checkout disable
2026-06-13T10:36:10.5833638Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-13T10:36:10.5857330Z ##[group]Checking out the ref
2026-06-13T10:36:10.5860575Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/8/merge
2026-06-13T10:36:10.5899512Z HEAD is now at 6b98561 Merge 77e0fb1bc77f8f2f500c9bdadcd65e158b5d4c11 into b189513c697e4305452b836bcdc14ce1b573c7b4
2026-06-13T10:36:10.5902505Z ##[endgroup]
2026-06-13T10:36:10.5935182Z [command]/usr/bin/git log -1 --format=%H
2026-06-13T10:36:10.5954405Z 6b98561f05ce91955413fa74b34fd72d1fc225f1
